golang.org/x/net/http2.gzipReader.zr (field)
9 uses
golang.org/x/net/http2 (current package)
transport.go#L2758: zr *gzip.Reader // stores gzip reader from the pool between reads
transport.go#L2796: if gz.zr == nil {
transport.go#L2797: gz.zr, gz.zerr = gzipPoolGet(gz.body)
transport.go#L2802: ret := gz.zr
transport.go#L2803: gz.zr, gz.zerr = nil, errConcurrentReadOnResBody
transport.go#L2812: gz.zr, gz.zerr = zr, nil
transport.go#L2823: if gz.zerr == nil && gz.zr != nil {
transport.go#L2824: gzipPoolPut(gz.zr)
transport.go#L2825: gz.zr = nil
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)